home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 141
/
(Vol 141) Oct 17 2011.iso
/
Games
/
fire-man.swf
/
scripts
/
frame_1055
/
PlaceObject2_398_119
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-10-17
|
266 b
|
12 lines
onClipEvent(enterFrame){
_X = _X - heroe.scrollspeed;
_Y = _Y - _root.heroe.vscrollspeed;
if(this.hitTest(heroe.sprite.hotzone) && !u)
{
u = true;
_root.Posy = heroe._y;
_root.Posx = heroe._x;
_root.nextFrame();
}
}